home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 5 (Internal Edition)
/
Apple R&P Lib Internal v5.0.iso
/
6-Developer Demos
/
Developer Demos-Ed.
/
Macintosh School® CD-ROM Demo
/
Macintosh SchoolÆ CD-ROM Demo
/
background_94670.txt
< prev
next >
Wrap
Text File
|
1990-08-14
|
4KB
|
187 lines
-- background: 94670 from stack: in
-- bmap block id: 95209
-- flags: 0000
-- background id: 0
-- name: Query
----- HyperTalk script -----
on openBackground
installMenuBar 1110,1111,1112,1113
end openBackground
on doMenu menuItem
lock screen
if menuItem contains "About" then
restoreMenuBar
go to card short name of this background of background "About"
unlock screen with zoom close
else if menuItem is "Home" then
restoreMenuBar
go home
else if menuItem contains "Quit" then
restoreMenuBar false
go to card "Mac School® Shell"
unlock screen with zoom close
end if
end doMenu
on groupOne
repeat with index = 2 to 7
set hilite of background button id index to false
end repeat
set hilite of target to true
go to card short name of target of this background
end groupOne
on resetBackground
repeat with index = 2 to 7
set hilite of background button id index to false
end repeat
set hilite of background button id 4 to true
end resetBackground
-- part 1 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=36 top=46 right=61 bottom=51
-- title width / last selected line: 0
-- icon id / first selected line: 5068 / 5068
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Close
----- HyperTalk script -----
on mouseDown
set icon of me to "Close Box Hi"
end mouseDown
on mouseLeave
set icon of me to "Close Box"
end mouseLeave
on mouseUp
set icon of me to "Close Box"
lock screen
resetBackground
go to first card of this background
unlock screen
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=34 top=69 right=104 bottom=69
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Emergency
----- HyperTalk script -----
on mouseUp
groupOne
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=78 top=69 right=104 bottom=113
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Contacts
----- HyperTalk script -----
on mouseUp
groupOne
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 4000
-- rect: left=122 top=69 right=104 bottom=157
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Student
----- HyperTalk script -----
on mouseUp
groupOne
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=166 top=69 right=104 bottom=201
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Scheduler
----- HyperTalk script -----
on mouseUp
groupOne
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=210 top=69 right=104 bottom=245
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Attendance
----- HyperTalk script -----
on mouseUp
groupOne
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=254 top=69 right=104 bottom=289
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Report Cards
----- HyperTalk script -----
on mouseUp
groupOne
end mouseUp